C++Data StructuresAlgorithmsCompetitive ProgrammingJavaPythonMicroprocessorsGraph TheoryComputer System ArchitectureMachine LearningArtificial IntelligenceData Structures in PythonJavascriptMySQLAndroid DevelopmentAlgorithms in PythonCoding InterviewData ScienceData Structures in JavaObject Oriented DesignLinked ListBinary Trees

Graph Theory

Graph Data Structure

Breadth First Traversal(BFS)

Depth First Traversal(DFS)

Djikstra's Shortest Path Algorithm

Minimum Spanning Tree

Prim's Algorithm

Prim's Algorithm in C++ implementation